Package-level declarations
Describes how tags can be constructed.¬
Types
Link copied to clipboard
Core schema
Link copied to clipboard
The failsafe schema is guaranteed to work with any YAML document. It is therefore the recommended schema for generic YAML tools.
Link copied to clipboard
open class JsonSchema @JvmOverloads constructor(val scalarResolver: ScalarResolver = JsonScalarResolver(), val schemaTagConstructors: Map<Tag, ConstructNode> = defaultSchemaTagConstructors(scalarResolver)) : Schema